home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / prod343.zip / !UPDATE.342 < prev    next >
Text File  |  1991-07-13  |  2KB  |  62 lines

  1. <!UPDATE.342>
  2.  
  3. Release notes for ProDoor 3.42                          07-13-91
  4. ==============================
  5.  
  6. ProDoor 3.42 is a minor release fixing known bugs in ProDoor 3.41.
  7.  
  8. This version does not include a new manual, and does not require and
  9. data or configuration file changes compared to prodoor 3.41.
  10.  
  11. Please read !PRODOOR.NEW for details on exactly what's been changed.
  12.  
  13.  
  14. Installation
  15. ------------
  16.  
  17. Install PRODOR34.ZIP as instructed in the enclosed documentation.
  18.  
  19. Then replace the PRODOOR.EXE file with the new one provided in PROD342.ZIP.
  20.  
  21. All file formats of ProDoor 3.4 are still recognized; no file
  22. conversions or changes are required.
  23.  
  24. If you are using the RECYCLE (stacked door) utility, you will now need
  25. to upgrade to RECYCLE3.ZIP.
  26.  
  27. If you are hooking into fidonets, there is a new environment variable:
  28.      SET NOTEAR=ON
  29. to prevent prodoor from inserting the "---" tearline before the message
  30. tagline.
  31.  
  32. Additional changes are required in your PRODOOR doorfile for operation
  33. with doors using DOORS.SYS or USERS.SYS files.  Use the provided
  34. PRODOOR.INS and PRODOOR files.
  35.  
  36. The correction involves the replacement of
  37.    rem call up pcb145 on return from new style doors
  38.    if exist users.sys pcb145/key:open;prodoor^M
  39.    if exist door.sys pcb145/key:open;prodoor^M
  40.  
  41. with
  42.    rem call up pcb145 on return from new style doors
  43.    if exist users.sys goto return145
  44.    if exist door.sys goto return145
  45.  
  46. and the addition of
  47.    :return145
  48.    echo  >$door.bat pcb145/key:open;prodoor^M
  49.    echo >>$door.bat door
  50.    $door
  51.  
  52. to the end of the PRODOOR doorfile.
  53.  
  54.  
  55. Optional Files
  56. --------------
  57.  
  58. The overlay version of ProDoor 3.42 is posted as PROD342O.ZIP.
  59.  
  60.  
  61.  
  62.